home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw41.zip / BW2.BAT < prev    next >
DOS Batch File  |  1993-01-14  |  845b  |  26 lines

  1. @echo off
  2. :========================================================================
  3. :
  4. : This batch file assumes the following (and is for NODE1 operation):
  5. :      NODE1 BBS Directory =   C:\BBS
  6. :      NODE2 BBS Directory =   C:\BBS2
  7. :      Blue Wave Dir NODE1 =   C:\BW\NODE1
  8. :      Blue Wave Dir NODE2 =   C:\BW\NODE2
  9. :
  10. : Remember the Blue Wave Node directory is NOT the main BW directory, it's
  11. : the QBBS system directory for the given TAG node (as per the Blue
  12. : Wave .PRM file designation)
  13. :
  14. :       If you wish to eliminate the user information out put add the
  15. :       switch NoOut to the end of the listed command line
  16. :=========================================================================
  17.  
  18. C:
  19. CD\BW
  20. TAG2BW %1 %2 %3 %4 %5 %6 %7 %8 C:\BW\NODE2 C:\BBS2
  21. BWMAIL -CNODE2.PRM
  22. TAGUDATE C:\BW\NODE2 C:\BBS2
  23. C:
  24. CD\BBS
  25.  
  26.